border-spacing was not backported (yet?). If it won't be, then a
suitable replacement is needed. Until then, avoid the runtime error that
can result from using a nonexistent property in our theme.
https://gitlab.gnome.org/GNOME/gtk/issues/1166
}
popover.emoji-completion contents row box {
- border-spacing: 10px;
+ // FIXME: needs redone in a GTK+ 3 compatible way
+ //border-spacing: 10px;
padding: 2px 10px;
}
popover.emoji-completion arrow { border: none; background: none; }
-popover.emoji-completion contents row box { border-spacing: 10px; padding: 2px 10px; }
+popover.emoji-completion contents row box { padding: 2px 10px; }
popover.emoji-completion .emoji:hover { background: #3f4649; }
popover.emoji-completion arrow { border: none; background: none; }
-popover.emoji-completion contents row box { border-spacing: 10px; padding: 2px 10px; }
+popover.emoji-completion contents row box { padding: 2px 10px; }
popover.emoji-completion .emoji:hover { background: #f4f4f4; }